﻿2026-07-11T03:08:39.1078042Z ##[group]Run set -euo pipefail
2026-07-11T03:08:39.1078897Z [36;1mset -euo pipefail[0m
2026-07-11T03:08:39.1079760Z [36;1mPIN=0c95435[0m
2026-07-11T03:08:39.1080447Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-11T03:08:39.1081319Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-11T03:08:39.1082560Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-11T03:08:39.1084138Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-11T03:08:39.1085757Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-11T03:08:39.1087053Z [36;1m  rm -rf "$CACHE"[0m
2026-07-11T03:08:39.1087858Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-11T03:08:39.1089433Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-11T03:08:39.1090726Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-11T03:08:39.1092019Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-11T03:08:39.1092953Z [36;1mfi[0m
2026-07-11T03:08:39.1093927Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T03:08:39.1109188Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-11T03:08:39.1110205Z env:
2026-07-11T03:08:39.1110832Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-11T03:08:39.1111636Z ##[endgroup]
2026-07-11T03:08:39.3852620Z    Compiling proc-macro2 v1.0.106
2026-07-11T03:08:39.3853417Z    Compiling unicode-ident v1.0.24
2026-07-11T03:08:39.3853976Z    Compiling quote v1.0.45
2026-07-11T03:08:39.3854646Z    Compiling libc v0.2.186
2026-07-11T03:08:39.3855042Z    Compiling serde_core v1.0.228
2026-07-11T03:08:39.3855858Z    Compiling cfg-if v1.0.4
2026-07-11T03:08:39.3856226Z    Compiling serde v1.0.228
2026-07-11T03:08:39.3878105Z    Compiling log v0.4.32
2026-07-11T03:08:39.3933341Z    Compiling pin-project-lite v0.2.17
2026-07-11T03:08:39.3962815Z    Compiling portable-atomic v1.13.1
2026-07-11T03:08:39.4040728Z    Compiling typenum v1.20.1
2026-07-11T03:08:39.4041646Z    Compiling version_check v0.9.5
2026-07-11T03:08:39.4069246Z    Compiling memchr v2.8.1
2026-07-11T03:08:39.4141577Z    Compiling shlex v2.0.1
2026-07-11T03:08:39.4142744Z    Compiling critical-section v1.2.0
2026-07-11T03:08:39.4403910Z    Compiling find-msvc-tools v0.1.9
2026-07-11T03:08:39.4651656Z    Compiling bytes v1.11.1
2026-07-11T03:08:39.5152102Z    Compiling futures-core v0.3.32
2026-07-11T03:08:39.5266214Z    Compiling subtle v2.6.1
2026-07-11T03:08:39.6292162Z    Compiling equivalent v1.0.2
2026-07-11T03:08:39.6460080Z    Compiling smallvec v1.15.1
2026-07-11T03:08:39.6717276Z    Compiling itoa v1.0.18
2026-07-11T03:08:39.6949868Z    Compiling semver v1.0.28
2026-07-11T03:08:39.7011124Z    Compiling stable_deref_trait v1.2.1
2026-07-11T03:08:39.7321188Z    Compiling futures-io v0.3.32
2026-07-11T03:08:39.7421431Z    Compiling slab v0.4.12
2026-07-11T03:08:39.7497308Z    Compiling futures-sink v0.3.32
2026-07-11T03:08:39.7712741Z    Compiling futures-task v0.3.32
2026-07-11T03:08:39.7802238Z    Compiling generic-array v0.14.7
2026-07-11T03:08:39.8591833Z    Compiling futures-channel v0.3.32
2026-07-11T03:08:39.9062148Z    Compiling rand_core v0.10.1
2026-07-11T03:08:39.9161464Z    Compiling bitflags v2.12.1
2026-07-11T03:08:39.9361422Z    Compiling rustversion v1.0.22
2026-07-11T03:08:39.9424377Z    Compiling hashbrown v0.17.1
2026-07-11T03:08:39.9529979Z    Compiling getrandom v0.4.2
2026-07-11T03:08:39.9932574Z    Compiling rustc_version v0.4.1
2026-07-11T03:08:40.0091259Z    Compiling cpufeatures v0.2.17
2026-07-11T03:08:40.0674374Z    Compiling fnv v1.0.7
2026-07-11T03:08:40.0841935Z    Compiling strsim v0.11.1
2026-07-11T03:08:40.1209089Z    Compiling cfg_aliases v0.2.1
2026-07-11T03:08:40.1683811Z    Compiling litemap v0.8.2
2026-07-11T03:08:40.1932382Z    Compiling writeable v0.6.3
2026-07-11T03:08:40.2031583Z    Compiling utf8_iter v1.0.4
2026-07-11T03:08:40.2095126Z    Compiling ident_case v1.0.1
2026-07-11T03:08:40.2491621Z    Compiling icu_properties_data v2.2.0
2026-07-11T03:08:40.3231137Z    Compiling dunce v1.0.5
2026-07-11T03:08:40.3670981Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T03:08:40.3860932Z    Compiling fs_extra v1.3.0
2026-07-11T03:08:40.3940423Z    Compiling percent-encoding v2.3.2
2026-07-11T03:08:40.4091296Z    Compiling autocfg v1.5.1
2026-07-11T03:08:40.5894785Z    Compiling http v1.4.1
2026-07-11T03:08:40.5991988Z    Compiling thiserror v2.0.18
2026-07-11T03:08:40.6151761Z    Compiling aws-lc-rs v1.17.0
2026-07-11T03:08:40.6261752Z    Compiling unicode-segmentation v1.13.3
2026-07-11T03:08:40.6316697Z    Compiling cpufeatures v0.3.0
2026-07-11T03:08:40.6771077Z    Compiling scopeguard v1.2.0
2026-07-11T03:08:40.6970891Z    Compiling syn v2.0.117
2026-07-11T03:08:40.7041006Z    Compiling chacha20 v0.10.0
2026-07-11T03:08:40.7446259Z    Compiling lock_api v0.4.14
2026-07-11T03:08:40.7515005Z    Compiling form_urlencoded v1.2.2
2026-07-11T03:08:40.7687775Z    Compiling untrusted v0.9.0
2026-07-11T03:08:40.8747129Z    Compiling indexmap v2.14.0
2026-07-11T03:08:40.8811077Z    Compiling heck v0.5.0
2026-07-11T03:08:40.8907510Z    Compiling rustls v0.23.40
2026-07-11T03:08:40.9046034Z    Compiling const-oid v0.10.2
2026-07-11T03:08:40.9468237Z    Compiling unicode-xid v0.2.6
2026-07-11T03:08:41.0080738Z    Compiling anyhow v1.0.102
2026-07-11T03:08:41.0201143Z    Compiling atomic-waker v1.1.2
2026-07-11T03:08:41.0430874Z    Compiling httparse v1.10.1
2026-07-11T03:08:41.0490387Z    Compiling parking_lot_core v0.9.12
2026-07-11T03:08:41.0692115Z    Compiling paste v1.0.15
2026-07-11T03:08:41.0769266Z    Compiling zerocopy v0.8.50
2026-07-11T03:08:41.1142697Z    Compiling convert_case v0.10.0
2026-07-11T03:08:41.1400698Z    Compiling num-traits v0.2.19
2026-07-11T03:08:41.1713328Z    Compiling hybrid-array v0.4.12
2026-07-11T03:08:41.2011366Z    Compiling curve25519-dalek v4.1.3
2026-07-11T03:08:41.2742354Z    Compiling jobserver v0.1.34
2026-07-11T03:08:41.2988930Z    Compiling ahash v0.8.12
2026-07-11T03:08:41.3342457Z    Compiling fastrand v2.4.1
2026-07-11T03:08:41.3469381Z    Compiling base64ct v1.8.3
2026-07-11T03:08:41.4305083Z    Compiling powerfmt v0.2.0
2026-07-11T03:08:41.4370634Z    Compiling either v1.16.0
2026-07-11T03:08:41.5268442Z    Compiling cc v1.2.63
2026-07-11T03:08:41.6347233Z    Compiling crypto-common v0.1.7
2026-07-11T03:08:41.6543684Z    Compiling block-buffer v0.10.4
2026-07-11T03:08:41.6761035Z    Compiling http-body v1.0.1
2026-07-11T03:08:41.6857694Z    Compiling deranged v0.5.8
2026-07-11T03:08:41.7044930Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T03:08:41.7655567Z    Compiling digest v0.10.7
2026-07-11T03:08:41.8081943Z    Compiling mio v1.2.1
2026-07-11T03:08:41.8154518Z    Compiling socket2 v0.6.4
2026-07-11T03:08:41.8330891Z    Compiling getrandom v0.2.17
2026-07-11T03:08:42.0012122Z    Compiling rand_core v0.6.4
2026-07-11T03:08:42.0141102Z    Compiling rand v0.10.1
2026-07-11T03:08:42.0354771Z    Compiling uuid v1.23.2
2026-07-11T03:08:42.0418778Z    Compiling base64 v0.22.1
2026-07-11T03:08:42.0840782Z    Compiling try-lock v0.2.5
2026-07-11T03:08:42.1748922Z    Compiling tinyvec_macros v0.1.1
2026-07-11T03:08:42.1815743Z    Compiling zmij v1.0.21
2026-07-11T03:08:42.2103929Z    Compiling pkg-config v0.3.33
2026-07-11T03:08:42.2221710Z    Compiling time-core v0.1.8
2026-07-11T03:08:42.2299881Z    Compiling data-encoding v2.11.0
2026-07-11T03:08:42.2304673Z    Compiling num-conv v0.2.2
2026-07-11T03:08:42.3381108Z    Compiling vcpkg v0.2.15
2026-07-11T03:08:42.3739698Z    Compiling tower-service v0.3.3
2026-07-11T03:08:42.4021166Z    Compiling tinyvec v1.11.0
2026-07-11T03:08:42.4620559Z    Compiling want v0.3.1
2026-07-11T03:08:42.5038175Z    Compiling parking_lot v0.12.5
2026-07-11T03:08:42.5831490Z    Compiling sha2 v0.10.9
2026-07-11T03:08:42.6230911Z    Compiling crypto-common v0.2.2
2026-07-11T03:08:42.6238427Z    Compiling block-buffer v0.12.0
2026-07-11T03:08:42.6779339Z    Compiling cmake v0.1.58
2026-07-11T03:08:42.7849823Z    Compiling inout v0.1.4
2026-07-11T03:08:42.8335004Z    Compiling vergen-lib v9.1.0
2026-07-11T03:08:42.9070723Z    Compiling n0-future v0.3.2
2026-07-11T03:08:42.9310698Z    Compiling serde_json v1.0.150
2026-07-11T03:08:42.9611906Z    Compiling parking v2.2.1
2026-07-11T03:08:42.9811662Z    Compiling httpdate v1.0.3
2026-07-11T03:08:43.0973733Z    Compiling crossbeam-utils v0.8.21
2026-07-11T03:08:43.1060662Z    Compiling cordyceps v0.3.4
2026-07-11T03:08:43.1328845Z    Compiling diatomic-waker v0.2.3
2026-07-11T03:08:43.1440696Z    Compiling winnow v1.0.3
2026-07-11T03:08:43.1731407Z    Compiling spin v0.10.0
2026-07-11T03:08:43.1873006Z    Compiling signature v2.2.0
2026-07-11T03:08:43.2625465Z    Compiling futures-lite v2.6.1
2026-07-11T03:08:43.2722669Z    Compiling cipher v0.4.4
2026-07-11T03:08:43.2837953Z    Compiling ed25519 v2.2.3
2026-07-11T03:08:43.2840091Z    Compiling netlink-packet-core v0.8.1
2026-07-11T03:08:43.3032157Z    Compiling universal-hash v0.5.1
2026-07-11T03:08:43.3215130Z    Compiling vergen v9.1.0
2026-07-11T03:08:43.3650980Z    Compiling vergen-lib v0.1.6
2026-07-11T03:08:43.4126340Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T03:08:43.4408928Z    Compiling futures-buffered v0.2.13
2026-07-11T03:08:43.4570537Z    Compiling heapless v0.7.17
2026-07-11T03:08:43.4670356Z    Compiling noq-udp v0.10.0
2026-07-11T03:08:43.4682665Z    Compiling sync_wrapper v1.0.2
2026-07-11T03:08:43.5116395Z    Compiling digest v0.11.3
2026-07-11T03:08:43.5548654Z    Compiling byteorder v1.5.0
2026-07-11T03:08:43.5653085Z    Compiling allocator-api2 v0.2.21
2026-07-11T03:08:43.5790072Z    Compiling opaque-debug v0.3.1
2026-07-11T03:08:43.5849901Z    Compiling aws-lc-sys v0.41.0
2026-07-11T03:08:43.5991307Z    Compiling ring v0.17.14
2026-07-11T03:08:43.6338921Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T03:08:43.6598522Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T03:08:43.6935016Z    Compiling polyval v0.6.2
2026-07-11T03:08:43.7650576Z    Compiling hash32 v0.2.1
2026-07-11T03:08:43.8717720Z    Compiling spin v0.9.8
2026-07-11T03:08:43.8850620Z    Compiling vergen-gitcl v1.0.8
2026-07-11T03:08:43.9534606Z    Compiling fallible-iterator v0.3.0
2026-07-11T03:08:43.9756645Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T03:08:44.0425134Z    Compiling tower-layer v0.3.3
2026-07-11T03:08:44.0560572Z    Compiling num_threads v0.1.7
2026-07-11T03:08:44.1230696Z    Compiling signature v3.0.0
2026-07-11T03:08:44.1310595Z    Compiling ryu v1.0.23
2026-07-11T03:08:44.1631940Z    Compiling time v0.3.47
2026-07-11T03:08:44.2198814Z    Compiling ghash v0.5.1
2026-07-11T03:08:44.2298344Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T03:08:44.2438672Z    Compiling aes v0.8.4
2026-07-11T03:08:44.3154680Z    Compiling ctr v0.9.2
2026-07-11T03:08:44.3420245Z    Compiling fs2 v0.4.3
2026-07-11T03:08:44.4029436Z    Compiling http-body-util v0.1.3
2026-07-11T03:08:44.4341946Z    Compiling aead v0.5.2
2026-07-11T03:08:44.4949372Z    Compiling arrayvec v0.7.6
2026-07-11T03:08:44.5028891Z    Compiling utf8parse v0.2.2
2026-07-11T03:08:44.5357684Z    Compiling openssl-probe v0.2.1
2026-07-11T03:08:44.5910715Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T03:08:44.6639518Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T03:08:44.6980594Z    Compiling crossbeam-channel v0.5.15
2026-07-11T03:08:44.7124281Z    Compiling netlink-packet-route v0.29.0
2026-07-11T03:08:44.7340514Z    Compiling blake3 v1.8.5
2026-07-11T03:08:44.7800516Z    Compiling memoffset v0.6.5
2026-07-11T03:08:44.9369616Z    Compiling aes-gcm v0.10.3
2026-07-11T03:08:44.9445174Z    Compiling acto v0.8.2
2026-07-11T03:08:45.0366756Z    Compiling netwatch v0.16.0
2026-07-11T03:08:45.0471222Z    Compiling noq v0.18.0
2026-07-11T03:08:45.1150825Z    Compiling rustix v1.1.4
2026-07-11T03:08:45.1240986Z    Compiling identity-hash v0.1.0
2026-07-11T03:08:45.1241792Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T03:08:45.2361050Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T03:08:45.2633224Z    Compiling xml-rs v0.8.28
2026-07-11T03:08:45.2640563Z    Compiling tagptr v0.2.0
2026-07-11T03:08:45.2811023Z    Compiling ref-cast v1.0.25
2026-07-11T03:08:45.4245110Z    Compiling lru-slab v0.1.2
2026-07-11T03:08:45.4246094Z    Compiling rustc-hash v2.1.2
2026-07-11T03:08:45.4461141Z    Compiling thiserror v1.0.69
2026-07-11T03:08:45.5105713Z    Compiling mac-addr v0.3.0
2026-07-11T03:08:45.5203992Z    Compiling foldhash v0.2.0
2026-07-11T03:08:45.6562878Z    Compiling hashbrown v0.16.1
2026-07-11T03:08:45.7068429Z    Compiling netlink-packet-route v0.30.0
2026-07-11T03:08:45.7377866Z    Compiling serial-core v0.4.0
2026-07-11T03:08:45.7521011Z    Compiling termios v0.2.2
2026-07-11T03:08:45.8890914Z    Compiling errno v0.3.14
2026-07-11T03:08:45.9044060Z    Compiling ioctl-rs v0.1.6
2026-07-11T03:08:45.9121044Z    Compiling aho-corasick v1.1.4
2026-07-11T03:08:46.0002965Z    Compiling synstructure v0.13.2
2026-07-11T03:08:46.0359676Z    Compiling darling_core v0.20.11
2026-07-11T03:08:46.1867810Z    Compiling proc-macro-crate v3.5.0
2026-07-11T03:08:46.4960593Z    Compiling xmltree v0.10.3
2026-07-11T03:08:46.5610615Z    Compiling serde_derive_internals v0.29.1
2026-07-11T03:08:46.6377454Z    Compiling simple-dns v0.9.3
2026-07-11T03:08:46.6380059Z    Compiling resolv-conf v0.7.6
2026-07-11T03:08:46.7066801Z    Compiling winnow v0.7.15
2026-07-11T03:08:46.7377858Z    Compiling toml_write v0.1.2
2026-07-11T03:08:46.7820572Z    Compiling signal-hook v0.3.18
2026-07-11T03:08:46.8158441Z    Compiling arrayref v0.3.9
2026-07-11T03:08:46.8830927Z    Compiling sha1_smol v1.0.1
2026-07-11T03:08:46.9097258Z    Compiling simdutf8 v0.1.5
2026-07-11T03:08:46.9501562Z    Compiling linux-raw-sys v0.12.1
2026-07-11T03:08:46.9784271Z    Compiling smol_str v0.1.24
2026-07-11T03:08:47.1300599Z    Compiling regex-syntax v0.8.10
2026-07-11T03:08:47.1735311Z    Compiling constant_time_eq v0.4.2
2026-07-11T03:08:47.2281109Z    Compiling lru v0.16.4
2026-07-11T03:08:47.2476147Z    Compiling signal-hook-registry v1.4.8
2026-07-11T03:08:47.4200552Z    Compiling serial-unix v0.4.0
2026-07-11T03:08:47.6270217Z    Compiling darling_core v0.23.0
2026-07-11T03:08:47.6958515Z    Compiling serde_bytes v0.11.19
2026-07-11T03:08:47.8208469Z    Compiling hmac v0.12.1
2026-07-11T03:08:47.9455421Z    Compiling seize v0.5.1
2026-07-11T03:08:47.9661803Z    Compiling iroh v0.98.2
2026-07-11T03:08:48.0779261Z    Compiling serde_derive v1.0.228
2026-07-11T03:08:48.1701657Z    Compiling zeroize_derive v1.4.3
2026-07-11T03:08:48.1990079Z    Compiling tokio-macros v2.7.0
2026-07-11T03:08:48.4005095Z    Compiling zerofrom-derive v0.1.7
2026-07-11T03:08:48.5610962Z    Compiling futures-macro v0.3.32
2026-07-11T03:08:48.7527494Z    Compiling zeroize v1.8.2
2026-07-11T03:08:48.9311075Z    Compiling yoke-derive v0.8.2
2026-07-11T03:08:48.9460670Z    Compiling tokio v1.52.3
2026-07-11T03:08:49.5710825Z    Compiling futures-util v0.3.32
2026-07-11T03:08:49.6139378Z    Compiling zerovec-derive v0.11.3
2026-07-11T03:08:49.7286529Z    Compiling displaydoc v0.2.6
2026-07-11T03:08:49.7690970Z    Compiling tracing-attributes v0.1.31
2026-07-11T03:08:49.9085865Z    Compiling zerofrom v0.1.8
2026-07-11T03:08:49.9349527Z    Compiling rustls-pki-types v1.14.1
2026-07-11T03:08:50.0209171Z    Compiling thiserror-impl v2.0.18
2026-07-11T03:08:50.2599771Z    Compiling yoke v0.8.3
2026-07-11T03:08:50.4565538Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T03:08:50.4830569Z    Compiling zerotrie v0.2.4
2026-07-11T03:08:50.8299283Z    Compiling darling_macro v0.20.11
2026-07-11T03:08:50.9899786Z    Compiling zerovec v0.11.6
2026-07-11T03:08:51.0799203Z    Compiling derive_more-impl v2.1.1
2026-07-11T03:08:51.1465775Z    Compiling darling v0.20.11
2026-07-11T03:08:51.2181014Z    Compiling derive_builder_core v0.20.2
2026-07-11T03:08:51.3399648Z    Compiling spez v0.1.2
2026-07-11T03:08:51.4080987Z    Compiling n0-error-macros v0.1.3
2026-07-11T03:08:51.7013135Z    Compiling tinystr v0.8.3
2026-07-11T03:08:51.7110243Z    Compiling potential_utf v0.1.5
2026-07-11T03:08:51.7386386Z    Compiling der v0.8.0-rc.10
2026-07-11T03:08:51.7608423Z    Compiling pin-project-internal v1.1.13
2026-07-11T03:08:51.8500931Z    Compiling icu_collections v2.2.0
2026-07-11T03:08:51.9191051Z    Compiling icu_locale_core v2.2.0
2026-07-11T03:08:52.4040926Z    Compiling n0-error v0.1.3
2026-07-11T03:08:52.4269302Z    Compiling derive_builder_macro v0.20.2
2026-07-11T03:08:52.5690725Z    Compiling cobs v0.3.0
2026-07-11T03:08:52.7099835Z    Compiling derive_builder v0.20.2
2026-07-11T03:08:52.8166595Z    Compiling postcard-derive v0.2.2
2026-07-11T03:08:53.0521050Z    Compiling pin-project v1.1.13
2026-07-11T03:08:53.1158459Z    Compiling spki v0.8.0-rc.4
2026-07-11T03:08:53.1699723Z    Compiling icu_provider v2.2.0
2026-07-11T03:08:53.1787124Z    Compiling ed25519-dalek v2.2.0
2026-07-11T03:08:53.3350650Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T03:08:53.3655866Z    Compiling futures-executor v0.3.32
2026-07-11T03:08:53.5057896Z    Compiling icu_properties v2.2.0
2026-07-11T03:08:53.5158264Z    Compiling icu_normalizer v2.2.0
2026-07-11T03:08:53.5327335Z    Compiling ipnet v2.12.0
2026-07-11T03:08:53.5870799Z    Compiling futures v0.3.32
2026-07-11T03:08:53.6141420Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T03:08:53.6578203Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-11T03:08:53.8234652Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T03:08:54.0257810Z    Compiling prefix-trie v0.8.4
2026-07-11T03:08:54.2003077Z    Compiling once_cell v1.21.4
2026-07-11T03:08:54.2890801Z    Compiling data-encoding-macro v0.1.20
2026-07-11T03:08:54.3191008Z    Compiling rustls-native-certs v0.8.4
2026-07-11T03:08:54.3387483Z    Compiling enum-assoc v1.3.0
2026-07-11T03:08:54.3770731Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T03:08:54.4313193Z    Compiling tracing-core v0.1.36
2026-07-11T03:08:54.6635786Z    Compiling hashbrown v0.14.5
2026-07-11T03:08:54.7170955Z    Compiling postcard v1.1.3
2026-07-11T03:08:54.7531079Z    Compiling async-trait v0.1.89
2026-07-11T03:08:54.8441055Z    Compiling strum_macros v0.28.0
2026-07-11T03:08:54.8535858Z    Compiling num_enum_derive v0.7.6
2026-07-11T03:08:55.0340685Z    Compiling tracing v0.1.44
2026-07-11T03:08:55.1371529Z    Compiling tokio-util v0.7.18
2026-07-11T03:08:55.2248808Z    Compiling idna_adapter v1.2.2
2026-07-11T03:08:55.3400662Z    Compiling idna v1.1.0
2026-07-11T03:08:55.4039961Z    Compiling netlink-sys v0.8.8
2026-07-11T03:08:55.4381987Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T03:08:55.4523799Z    Compiling tower v0.5.3
2026-07-11T03:08:55.4877722Z    Compiling derive_more v2.1.1
2026-07-11T03:08:55.5397004Z    Compiling hashlink v0.9.1
2026-07-11T03:08:55.6506159Z    Compiling netlink-proto v0.12.0
2026-07-11T03:08:55.6941909Z    Compiling netdev v0.42.0
2026-07-11T03:08:55.7050421Z    Compiling iroh-metrics v0.38.3
2026-07-11T03:08:55.8584118Z    Compiling url v2.5.8
2026-07-11T03:08:55.9101021Z    Compiling rusqlite v0.32.1
2026-07-11T03:08:55.9173121Z    Compiling num_enum v0.7.6
2026-07-11T03:08:55.9282563Z    Compiling iroh-relay v0.98.0
2026-07-11T03:08:55.9370226Z    Compiling moka v0.12.15
2026-07-11T03:08:55.9373074Z    Compiling serde_spanned v0.6.9
2026-07-11T03:08:55.9844843Z    Compiling toml_datetime v0.6.11
2026-07-11T03:08:56.0119409Z    Compiling thiserror-impl v1.0.69
2026-07-11T03:08:56.0616554Z    Compiling ref-cast-impl v1.0.25
2026-07-11T03:08:56.1381120Z    Compiling h2 v0.4.14
2026-07-11T03:08:56.3135972Z    Compiling n0-watcher v0.6.1
2026-07-11T03:08:56.3310779Z    Compiling tokio-stream v0.1.18
2026-07-11T03:08:56.5789784Z    Compiling toml_edit v0.22.27
2026-07-11T03:08:56.7080869Z    Compiling webpki-roots v1.0.7
2026-07-11T03:08:56.8194370Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T03:08:56.9064706Z    Compiling iroh-base v0.98.0
2026-07-11T03:08:56.9452976Z    Compiling attohttpc v0.30.1
2026-07-11T03:08:56.9650381Z    Compiling tower-http v0.6.11
2026-07-11T03:08:57.1509739Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-11T03:08:57.2660901Z    Compiling regex-automata v0.4.14
2026-07-11T03:08:57.4560580Z    Compiling schemars_derive v1.2.1
2026-07-11T03:08:57.4630513Z    Compiling dyn-clone v1.0.20
2026-07-11T03:08:57.4981377Z    Compiling rustix v0.38.44
2026-07-11T03:08:57.5046945Z    Compiling strum v0.28.0
2026-07-11T03:08:57.5115562Z    Compiling bitflags v1.3.2
2026-07-11T03:08:57.5761958Z    Compiling cmov v0.5.4
2026-07-11T03:08:57.5770032Z    Compiling pin-utils v0.1.0
2026-07-11T03:08:57.6076017Z    Compiling iroh-dns v0.98.0
2026-07-11T03:08:57.6323904Z    Compiling nix v0.25.1
2026-07-11T03:08:57.8065379Z    Compiling ctutils v0.4.2
2026-07-11T03:08:57.8131238Z    Compiling filedescriptor v0.8.3
2026-07-11T03:08:57.8390784Z    Compiling backon v1.6.0
2026-07-11T03:08:57.8682268Z    Compiling darling_macro v0.23.0
2026-07-11T03:08:58.0291101Z    Compiling papaya v0.2.4
2026-07-11T03:08:58.0690507Z    Compiling hkdf v0.12.4
2026-07-11T03:08:58.1390709Z    Compiling serial v0.4.0
2026-07-11T03:08:58.1750738Z    Compiling anstyle-parse v1.0.0
2026-07-11T03:08:58.1970002Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T03:08:58.2214622Z    Compiling anstyle-query v1.1.5
2026-07-11T03:08:58.2965104Z    Compiling instability v0.3.12
2026-07-11T03:08:58.3614931Z    Compiling anstyle v1.0.14
2026-07-11T03:08:58.4448725Z    Compiling linux-raw-sys v0.4.15
2026-07-11T03:08:58.4531468Z    Compiling downcast-rs v1.2.1
2026-07-11T03:08:58.5410649Z    Compiling shell-words v1.1.1
2026-07-11T03:08:58.5703175Z    Compiling foldhash v0.1.5
2026-07-11T03:08:58.5704305Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T03:08:58.6370453Z    Compiling colorchoice v1.0.5
2026-07-11T03:08:58.6453990Z    Compiling vte v0.13.1
2026-07-11T03:08:58.6794883Z    Compiling hashbrown v0.15.5
2026-07-11T03:08:58.6865159Z    Compiling signal-hook-mio v0.2.5
2026-07-11T03:08:58.7170899Z    Compiling anstream v1.0.0
2026-07-11T03:08:58.7354942Z    Compiling spake2 v0.4.0
2026-07-11T03:08:58.7831120Z    Compiling darling v0.23.0
2026-07-11T03:08:58.8432931Z    Compiling terminal_size v0.4.4
2026-07-11T03:08:58.9040119Z    Compiling strum_macros v0.26.4
2026-07-11T03:08:58.9700513Z    Compiling sha1 v0.10.6
2026-07-11T03:08:59.0710671Z    Compiling itertools v0.13.0
2026-07-11T03:08:59.1015138Z    Compiling castaway v0.2.4
2026-07-11T03:08:59.1834647Z    Compiling unicode-width v0.1.14
2026-07-11T03:08:59.2090538Z    Compiling indoc v2.0.7
2026-07-11T03:08:59.4570785Z    Compiling toml v0.8.23
2026-07-11T03:08:59.4704285Z    Compiling clap_lex v1.1.0
2026-07-11T03:08:59.4801109Z    Compiling schemars v1.2.1
2026-07-11T03:08:59.6117467Z    Compiling static_assertions v1.1.0
2026-07-11T03:08:59.6669258Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T03:08:59.7309672Z    Compiling doctest-file v1.1.1
2026-07-11T03:08:59.7998549Z    Compiling compact_str v0.8.2
2026-07-11T03:09:00.1403749Z    Compiling regex v1.12.3
2026-07-11T03:09:00.1884582Z    Compiling interprocess v2.4.2
2026-07-11T03:09:00.5243603Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-11T03:09:00.6898426Z    Compiling crossterm v0.28.1
2026-07-11T03:09:00.7172304Z    Compiling clap_builder v4.6.0
2026-07-11T03:09:01.0161352Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-11T03:09:01.2056684Z    Compiling strum v0.26.3
2026-07-11T03:09:01.2449930Z    Compiling unicode-truncate v1.1.0
2026-07-11T03:09:01.3150623Z    Compiling lru v0.12.5
2026-07-11T03:09:01.3929235Z    Compiling clap_derive v4.6.1
2026-07-11T03:09:01.4752712Z    Compiling iana-time-zone v0.1.65
2026-07-11T03:09:01.5122833Z    Compiling cassowary v0.3.0
2026-07-11T03:09:01.8370417Z    Compiling hyper v1.10.1
2026-07-11T03:09:01.9000365Z    Compiling unicode-width v0.2.0
2026-07-11T03:09:01.9985535Z    Compiling portable-pty v0.8.1
2026-07-11T03:09:02.1900724Z    Compiling ratatui v0.29.0
2026-07-11T03:09:02.2746212Z    Compiling chrono v0.4.45
2026-07-11T03:09:02.2828406Z    Compiling nucleo-matcher v0.3.1
2026-07-11T03:09:02.2945282Z    Compiling qrcode v0.14.1
2026-07-11T03:09:02.3586178Z    Compiling tempfile v3.27.0
2026-07-11T03:09:02.9581763Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-11T03:09:03.5718035Z    Compiling clap v4.6.1
2026-07-11T03:09:03.5781231Z    Compiling hyper-util v0.1.20
2026-07-11T03:09:04.3083687Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-11T03:09:05.2899745Z    Compiling igd-next v0.17.1
2026-07-11T03:09:06.3056516Z    Compiling portmapper v0.16.0
2026-07-11T03:09:11.4366778Z    Compiling rustls-webpki v0.103.13
2026-07-11T03:09:13.7127013Z    Compiling tokio-rustls v0.26.4
2026-07-11T03:09:13.7129758Z    Compiling noq-proto v0.17.0
2026-07-11T03:09:13.7130096Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T03:09:13.8486942Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T03:09:13.8487633Z    Compiling hyper-rustls v0.27.9
2026-07-11T03:09:13.8488125Z    Compiling tokio-websockets v0.13.2
2026-07-11T03:09:13.9701727Z    Compiling reqwest v0.13.4
2026-07-11T03:09:14.8565984Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T03:09:28.1158315Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-11T03:09:29.4990624Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-11T03:09:37.2710890Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-11T03:09:41.7924504Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-07-11T03:09:41.8148554Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-11T03:09:41.8160780Z 
2026-07-11T03:09:41.8160956Z running 1 test
2026-07-11T03:09:49.0202988Z test new_brain_serves_against_old_broker ... ok
2026-07-11T03:09:49.0203303Z 
2026-07-11T03:09:49.0203571Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.20s
2026-07-11T03:09:49.0203965Z 
